9.41 Show how to modify the topological sort algorithm so that if the graph is not acyclic, the algorithm will print out some cycle. You may not use depth-first search. -
 
 
View Solution
 
 
 
<< Back Next >>